Target Audience: Social media analysts, marketers, and influencers
Instagram plays a pivotal role in shaping public opinion and influencing user behavior. Understanding how content spreads, which topics gain traction, and the impact of different engagement strategies is crucial for marketers, content creators, and analysts. This dashboard enables users to explore Instagram network trends, identify key influencers, and analyze engagement patterns. By visualizing how content is shared, liked, and commented on, users can gain insights into audience behavior and optimize their strategies for better reach and impact.
Try the live demo::
https://019591e1-cb2f-508b-568c-753d8f287dce.share.connect.posit.cloud/
In your terminal, please run the following command:
git clone https://github.com/shikexi6/Instagram_Influencers_Dashboard.git
To set up the necessary packages for running the code, you need to create a virtual environment by using conda with the environment file under the root directory:
conda env create --file environment.yaml
You can run the dash app by typing
Rscript -e "shiny::runApp('src/app.R')"
You can view the dash app by navigating to the address
`http://127.0.0.1:6897 in your browser.
The project code is licensed under the MIT License. See the LICENSE file for details.
The project report is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.
If re-using or re-mixing this project, please ensure proper attribution and adherence to the terms of the respective licenses.
Please see the Contributing Guidelines for proper procedures to contribute to our project.
If you encounter issues or have suggestions, feel free to open an issue in the repo.